home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / meta.mod < prev    next >
Text File  |  2005-09-10  |  3KB  |  99 lines

  1. <!--
  2.  
  3.     OpenOffice.org - a multi-platform office productivity suite
  4.  
  5.     $RCSfile: meta.mod,v $
  6.  
  7.     $Revision: 1.5 $
  8.  
  9.     last change: $Author: rt $ $Date: 2005/09/09 12:31:07 $
  10.  
  11.     The Contents of this file are made available subject to
  12.     the terms of GNU Lesser General Public License Version 2.1.
  13.  
  14.  
  15.       GNU Lesser General Public License Version 2.1
  16.       =============================================
  17.       Copyright 2005 by Sun Microsystems, Inc.
  18.       901 San Antonio Road, Palo Alto, CA 94303, USA
  19.  
  20.       This library is free software; you can redistribute it and/or
  21.       modify it under the terms of the GNU Lesser General Public
  22.       License version 2.1, as published by the Free Software Foundation.
  23.  
  24.       This library is distributed in the hope that it will be useful,
  25.       but WITHOUT ANY WARRANTY; without even the implied warranty of
  26.       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  27.       Lesser General Public License for more details.
  28.  
  29.       You should have received a copy of the GNU Lesser General Public
  30.       License along with this library; if not, write to the Free Software
  31.       Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  32.       MA  02111-1307  USA
  33.  
  34. -->
  35.  
  36.  
  37. <!ELEMENT meta:generator (%cString;)>
  38.  
  39. <!ELEMENT dc:title (%cString;)>
  40.  
  41. <!ELEMENT dc:description (%cString;)>
  42.  
  43. <!ELEMENT dc:subject (%cString;)>
  44.  
  45. <!ELEMENT meta:keywords (meta:keyword)*>
  46. <!ELEMENT meta:keyword (%cString;)>
  47.  
  48. <!ELEMENT meta:initial-creator (%cString;)>
  49.  
  50. <!ELEMENT dc:creator (%cString;)>
  51.  
  52. <!ELEMENT meta:printed-by (%cString;)>
  53.  
  54. <!ELEMENT meta:creation-date (%cTimeInstance;)>
  55.  
  56. <!ELEMENT dc:date (%cTimeInstance;)>
  57.  
  58. <!ELEMENT meta:print-date (%cTimeInstance;)>
  59.  
  60. <!ELEMENT meta:template EMPTY>
  61. <!ATTLIST meta:template xlink:type (simple) #FIXED "simple">
  62. <!ATTLIST meta:template xlink:actuate (onRequest) "onRequest">
  63. <!ATTLIST meta:template xlink:href %uriReference; #REQUIRED>
  64. <!ATTLIST meta:template xlink:title %string; #IMPLIED>
  65. <!ATTLIST meta:template meta:date %timeInstance; #IMPLIED>
  66.  
  67. <!ELEMENT meta:auto-reload EMPTY>
  68. <!ATTLIST meta:auto-reload xlink:type (simple) #IMPLIED>
  69. <!ATTLIST meta:auto-reload xlink:show (replace) #IMPLIED>
  70. <!ATTLIST meta:auto-reload xlink:actuate (onLoad) #IMPLIED>
  71. <!ATTLIST meta:auto-reload xlink:href %uriReference; #IMPLIED>
  72. <!ATTLIST meta:auto-reload meta:delay %timeDuration; "P0S">
  73.  
  74. <!ELEMENT meta:hyperlink-behaviour EMPTY>
  75. <!ATTLIST meta:hyperlink-behaviour office:target-frame-name %targetFrameName; #IMPLIED>
  76. <!ATTLIST meta:hyperlink-behaviour xlink:show (new|replace) #IMPLIED>
  77.  
  78. <!ELEMENT dc:language (%cLanguage;)>
  79.  
  80. <!ELEMENT meta:editing-cycles (%cPositiveInteger;)>
  81.  
  82. <!ELEMENT meta:editing-duration (%cTimeDuration;)>
  83.  
  84. <!ELEMENT meta:user-defined (%cString;)>
  85. <!ATTLIST meta:user-defined meta:name %string; #REQUIRED>
  86.  
  87. <!ELEMENT meta:document-statistic EMPTY>
  88. <!ATTLIST meta:document-statistic meta:page-count %positiveInteger; #IMPLIED
  89.     meta:table-count %nonNegativeInteger; #IMPLIED
  90.     meta:draw-count %nonNegativeInteger; #IMPLIED
  91.     meta:image-count %nonNegativeInteger; #IMPLIED
  92.     meta:ole-object-count %nonNegativeInteger; #IMPLIED
  93.     meta:paragraph-count %nonNegativeInteger; #IMPLIED
  94.     meta:word-count %nonNegativeInteger; #IMPLIED
  95.     meta:character-count %nonNegativeInteger; #IMPLIED
  96.     meta:row-count %nonNegativeInteger; #IMPLIED
  97.     meta:cell-count %nonNegativeInteger; #IMPLIED
  98.     meta:object-count %positiveInteger; #IMPLIED>
  99.